From c4cbd6f3c4f446cd1c4dc6182147126ab90f4ad8 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Sat, 2 Mar 2019 14:59:35 +0000 Subject: [PATCH] Use mathjax instead of no-longer-existing pngmath Either imgmath or mathjax fixes the FTBFS; mathjax also makes TeX display as equations, i.e. fixes #687301 Author: Rebecca N. Palmer Forwarded: not-needed (mathjax is already the upstream default) Gbp-Pq: Name no-sphinx-pngmath.patch --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 13a4da5..92c742c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,8 +30,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', # 'sphinx.ext.mathjax', # One of mathjax, pngmath or imgmath - # 'sphinx.ext.imgmath' - 'sphinx.ext.pngmath', + 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram', -- 2.30.2